home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18159 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  592 b 

  1. Path: news.production.compuserve.com!news
  2. From: anw <102044.3670@CompuServe.COM>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: [Q] Any utility to attack misuse of comment /* */
  5. Date: 19 Apr 1996 03:21:14 GMT
  6. Organization: CompuServe, Inc. (1-800-689-0736)
  7. Message-ID: <4l70ra$gt4$1@mhade.production.compuserve.com>
  8. References: <4l3f0lINNdu7@keats.ugrad.cs.ubc.ca>
  9.  
  10. Actually, I'm not sure that is either a bug, or misuse.  I believe
  11. the ANSI C spec says that the compiler should *ignore* anything
  12. it sees after an "/*" up until it sees an "*/".  I actually use
  13. that to advantage to comment out code.
  14.